From 6536e3dc54c58eb6215183bd89e8544c84a2c602 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Wed, 3 Nov 2021 22:53:31 +0100 Subject: [PATCH] macos: Fix return value --- gdk/macos/gdkmacosglcontext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/macos/gdkmacosglcontext.c b/gdk/macos/gdkmacosglcontext.c index ca4b7545e9..1800815786 100644 --- a/gdk/macos/gdkmacosglcontext.c +++ b/gdk/macos/gdkmacosglcontext.c @@ -163,7 +163,7 @@ ensure_gl_view (GdkMacosGLContext *self) return [nswindow contentView]; } -static gboolean +static GdkGLAPI gdk_macos_gl_context_real_realize (GdkGLContext *context, GError **error) { -- 2.30.2